[. . . ] Novell eDirectory 8. 8 Administration Guide novdocx (ENU) 01 February 2006 Novell eDirectory 8. 8 February 3, 2006 TM www. novell. com ADMINISTRATION GUIDE novdocx (ENU) 01 February 2006 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. reserves the right to revise this publication and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. makes no representations or warranties with respect to any software, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. [. . . ] Renaming an Existing Policy 1 In Novell iManager, click the Roles and Tasks button 2 Click WAN Traffic > WAN Traffic Manager Overview. 4 Select the policy you want to rename from the Policy Name drop-down list. . 282 Novell eDirectory 8. 8 Administration Guide novdocx (ENU) 01 February 2006 Creating New WAN Policies You can write a WAN policy for a Server object or a LAN Area object. Policies written for an individual server manage eDirectory traffic for that server only, while policies written for a LAN Area object manage traffic for all servers that belong to the object. Creating a WAN Policy for a Server Object 1 In Novell iManager, click the Roles and Tasks button . 2 Click WAN Traffic > WAN Traffic Manager Overview > View NCP Servers. 3 Click the Server object you want to create a new policy for, then click Create Policy. To understand the structure of a WAN policy, see Section 11. 3, "WAN Policy Structure, " on page 300. To understand the syntax of a WAN policy, see "Construction Used within Policy Sections" on page 303. Creating a WAN Policy for a LAN Area Object 1 In Novell iManager, click the Roles and Tasks button . 2 Click WAN Traffic > WAN Traffic Manager Overview > View LAN Areas. 3 Click the LAN Area object you want to create a WAN policy for, then click Create Policy. To understand the structure of a WAN policy, see Section 11. 3, "WAN Policy Structure, " on page 300. To understand the syntax of a WAN policy, see "Construction Used within Policy Sections" on page 303. 6 Click Apply, then click OK. 11. 1. 3 Limiting WAN Traffic WAN Traffic Manager comes with two predefined WAN Policy groups that limit traffic to specific hours. (For more information, see "1-3am. wmg" on page 286 and "7am-6pm. wmg" on page 286. ) You can modify these policies to limit traffic to any span of hours you select. group, but you can use the same steps to accomplish the same thing with the 7:00 a. m. to 6:00 p. m. 1 In Novell iManager, click the Roles and Tasks button 2 Click WAN Traffic > WAN Traffic Manager Overview. . WAN Traffic Manager 283 novdocx (ENU) 01 February 2006 or Click View NCP Server, then click an NCP Server object. 5 Select 1-3am. wmg from the list of predefined policies, then click OK twice. The policy is displayed in the Policy text box, which lets you make changes. to 3:00 a. m. , make the following changes: /* This policy limits all traffic to between 2 and 5 pm */ LOCAL BOOLEAN Selected; SELECTOR Selected := Now. hour >= 2 AND Now. hour < 17; IF Selected THEN RETURN 50; /* between 2am and 5pm this policy has a high priority */ ELSE RETURN 1; /* return 1 instead of 0 in case there are no other policies */ /* if no policies return > 0, WanMan assumes SEND */ END END PROVIDER IF Selected THEN RETURN SEND; /* between 2am and 5pm, SEND */ ELSE RETURN DONT_SEND; /* other times, don't */ END END In the comment lines (set off with /* and */), the hour can be designated using a. m. In the active code, however, it must be designated using 24-hour format. To better understand the structure of a WAN policy, see Section 11. 3, "WAN Policy Structure, " on page 300. [. . . ] 6 Click OK again to confirm the delete operation or click Cancel to cancel the delete operation. To delete a principal using advanced selection: 1 In iManager, click Kerberos Management > Delete Principal to open the Delete Principal page. 4 Specify the container that contains the Principal object or use the Object Selector icon to select it. 5 Click Include subcontainers to include the subcontainers of the container specified in Step 3. [. . . ]